Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / Sort Method / Sort(ComplexSortInfo[]) Method
An array of ComplexSortInfo objects.


In This Topic
    Sort(ComplexSortInfo[]) Method
    In This Topic
    Performs a table sort using a complex table sort information setting.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort( _
       ByVal tblsSortInfo() As ComplexSortInfo _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim tblsSortInfo() As ComplexSortInfo
     
    instance.Sort(tblsSortInfo)
    public void Sort( 
       ComplexSortInfo[] tblsSortInfo
    )

    Parameters

    tblsSortInfo
    An array of ComplexSortInfo objects.
    Remarks
    It ignores the IComparer that is part of the ComplexSortInfo object.
    See Also